crypto/tls.Conn.cipherSuite (field)

13 uses

	crypto/tls (current package)
		conn.go#L52: 	cipherSuite      uint16
		conn.go#L1341: 	cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
		conn.go#L1597: 			c.quicSetReadSecret(QUICEncryptionLevelApplication, c.cipherSuite, c.in.trafficSecret)
		conn.go#L1638: 	state.CipherSuite = c.cipherSuite
		handshake_client.go#L657: 	hs.c.cipherSuite = hs.suite.id
		handshake_client_tls13.go#L214: 	c.cipherSuite = hs.suite.id
		handshake_client_tls13.go#L592: 		if hs.session.cipherSuite != c.cipherSuite {
		handshake_client_tls13.go#L888: 	cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
		handshake_server.go#L407: 	c.cipherSuite = hs.suite.id
		handshake_server.go#L561: 	c.cipherSuite = hs.suite.id
		handshake_server_tls13.go#L197: 	c.cipherSuite = hs.suite.id
		handshake_server_tls13.go#L992: 	suite := cipherSuiteTLS13ByID(c.cipherSuite)
		ticket.go#L301: 		cipherSuite:      c.cipherSuite,